Vagrant CookBook by Erika Heidi

Vagrant CookBook by Erika Heidi

Author:Erika Heidi [Erika Heidi]
Language: eng
Format: epub, mobi, pdf
Publisher: leanpub.com
Published: 2014-02-12T16:00:00+00:00


This will assume a minimal directory structure with a manifests folder in the same level as your Vagrantfile, containing a default.pp manifest (the entry point of your provisioning), as shown below:

. ├── manifests │ └── default.pp ├── modules │ └── nginxphp └── Vagrantfile

Any module shall be placed inside the modules folder.

Other common configuration options for the puppet-apply provisioner are:

Option Description Example Value

puppet.manifests_path Sets manifests path “my_manifests”

puppet.manifest_file Changes main manifest file name “main.pp”

puppet.options Adds command-line flags ”–verbose –debug”

to Puppet

To see more advanced configuration options, check the Vagrant documentation.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.